home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / tblt09b.zip / WHATS.NEW < prev   
Text File  |  1992-03-27  |  4KB  |  74 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // TOPBLT  - PCBoard Top User Statistics Bulletin Generator
  3. // Copyright (c) 1992 by K. Anderson
  4. /////////////////////////////////////////////////////////////////////////////
  5. // What's new since TOPBLT v0.8?
  6. //
  7. // 03-27-92 - TOPBLT v0.9b
  8. //
  9. //          - Did some more optimizations - was able to remove one function
  10. //            and drop the code size by a few K..
  11. //
  12. //          - Changed code to implement file sharing. Now when TOPBLT opens
  13. //            the USERS and USERS.INF file, it prevents any other program
  14. //            to write to the file while TOPBLT is reading from it. Multinode
  15. //            systems should now have no problem running TOPBLT while there
  16. //            are active nodes.
  17. //
  18. //            Let me know if there are any difficulties.
  19. //
  20. //                                - Thanks to Stew Francis
  21. //
  22. //                                  (I probably wouldn't have added it
  23. //                                   unless someone had prompted me to..)
  24. //
  25. //          - Removed the /TMP:filename.ext command line option. A unique
  26. //            temporary filename is generated internally now each time.
  27. //
  28. //          - Intending to do all sorting internally by the next release.
  29. //            This will save the system call from being executed and will
  30. //            decrease memory requirements by at least 70K (and it should
  31. //            also be faster..).
  32. //
  33. // 03-25-92 - TOPBLT v0.9a - (Not publicly released) Quick (?) bugfix...
  34. //
  35. //          - ugh. If the /HDR:GENERATE option was used and/or the /COL,
  36. //            /EXC or /TMP option was used in the same command line, the
  37. //            last options (/COL, /EXC, /TMP) would report that they
  38. //            couldn't open the specified file.
  39. //
  40. //            This bug SEEMS to be fixed.. I haven't found a combination
  41. //            that produces it again. Fixing it involved engaging in some
  42. //            shoddy programming by making a variable global..
  43. //
  44. //          - Found another bug. The temporary file sometimes had 'garbage'
  45. //            user names (those starting with a space for example) which
  46. //            would get inserted into the bulletin with inaccurate
  47. //            statistics. This only seems to happen when the /EXC: option
  48. //            is used. - FIXED.
  49. //
  50. // 03-20-92 - TOPBLT v0.9 (yes Greg, ANOTHER version!)
  51. //
  52. //          - Support for generation of HEADERS internally (so you don't need
  53. //            a different external header file for each bulletin type).
  54. //            Specify this with: /HDR:GENERATE
  55. //
  56. //                                - Thanks to Jeff Gerschkow for the idea.
  57. //
  58. //          - ANOTHER command line option - /DAT - Stamp the time and date
  59. //            onto the end of the bulletin showing when it was created.
  60. //
  61. //          - The /EXC:filename.ext exclude option now works. The filename
  62. //            is a straight ascii text file containing the names of users you
  63. //            do not wish to be entered into the bulletin (for example, names
  64. //            of SysOps, unwanted users, etc.). The format is one name per
  65. //            line - the current maximum # of exclude names is 50. (Contact
  66. //            me if you need to exclude more than 50 users...)
  67. //
  68. //          - /TYP:ULBYTES/DLBYTES still not functional.. argh..
  69. //
  70. //          - Known bugs: None (yet). But please let me know if you have bug
  71. //                        reports, fixes, suggestions, comments, etc..!
  72. //
  73. /////////////////////////////////////////////////////////////////////////////
  74.